Xbasic

SQL::SchemaUpdateStatistics Method

Syntax

Result_Flag as L = <SQL::Schema>.UpdateStatistics(P Connection)

Arguments

Result_Flag

Indicates whether the operation was successful.

<SQL::Schema>

A SQL::Schema created with a DIM statement.

Connection

A SQL::Connection object created with a DIM statement.

Description

Gather statistical information about the actual tables in the schema.

Discussion

The SQL::Schema.UpdateStatistics() method returns information on the tables in the schema for the specified connection.

See Also